Skip to content

Conversation

@Cycloctane
Copy link
Member

@Cycloctane Cycloctane commented Jan 9, 2025

What do these changes do?

Test test_start_runserver_with_multi_app_modules doesn't do cleanup after spawning dev server subprocess. This creates orphan processes after running the test.

It may not be a problem in environments like container or ci action, but I think it would be better to fix this issue. I figured out the issue after seeing several unknown python processes running in background for weeks on my linux box...

Are there changes in behavior for the user?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

- test_start_runserver_with_multi_app_modules
@Cycloctane Cycloctane changed the title Fix test that creates orphaned subprocess Fix test that creates orphan process Jan 9, 2025
@codecov
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.85%. Comparing base (462bce9) to head (55d376d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #711   +/-   ##
=======================================
  Coverage   95.85%   95.85%           
=======================================
  Files          23       23           
  Lines        1712     1714    +2     
  Branches      198      198           
=======================================
+ Hits         1641     1643    +2     
  Misses         46       46           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer Dreamsorcerer merged commit 47680ea into aio-libs:master Jan 9, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants